home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / files / nt / icmpfixi.exe / hotfix.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-07-01  |  7.1 KB  |  256 lines

  1. [Version]
  2.  
  3.     Signature="$Windows NT$"
  4.  
  5.     NtBuildToUpdate=1381
  6.     NtMajorVersionToUpdate=4
  7.     NtMinorVersionToUpdate=0
  8.     NtServicePackVersion=768
  9.     NtMinimumServicePackVersion=768
  10.     HotfixNumber=%HOTFIX_NUMBER%
  11.  
  12.     LanguageType=%LangTypeValue%
  13.  
  14.     RequiredFreeSpaceNoUninstall=5
  15.     RequiredFreeSpaceWithUninstall=5
  16.  
  17. [ProductInstall.ReplaceFilesIfExist]
  18.  
  19.     CopyFiles=System32.files
  20.     CopyFiles=SystemRoot.files
  21.     CopyFiles=Inf.files
  22.     CopyFiles=Spldrv.files
  23.     CopyFiles=Fonts.files
  24.  
  25. [ProductInstall.DontDelayUntilReboot]
  26.  
  27.     ;
  28.     ; These files must be replaced before rebooting, not delayed-until-reboot,
  29.     ; because they are loaded before the delay-until-reboot code is executed.
  30.     ;
  31.  
  32.     CopyFiles=MustReplace.System32.files
  33.     CopyFiles=Drivers.files
  34.     CopyFiles=Osldr.files
  35.  
  36. [ProductInstall.CopyFilesAlways]
  37.  
  38.     CopyFiles=CopyAlways.System32.files
  39.     CopyFiles=CopyAlways.Drivers.files
  40.     CopyFiles=CopyAlways.Inf.files
  41.  
  42. [ProductInstall.ServerFiles]
  43.  
  44.     CopyFiles=Server.Inf.files
  45.  
  46. [ProductInstall.WorkstationFiles]
  47.  
  48.     CopyFiles=Workstation.Inf.files
  49.     DelReg=Product.Del.Reg.Workstation
  50.  
  51. [ProductInstall.UniprocessorFiles]
  52.  
  53.     CopyFiles=Uniprocessor.Kernel.files
  54.  
  55. [ProductInstall.MultiprocessorFiles]
  56.  
  57.     CopyFiles=Multiprocessor.Kernel.files
  58.  
  59. [ProductInstall.GlobalRegistryChanges]
  60.  
  61.     AddReg=Product.Add.Reg
  62.  
  63. [ProductInstall.GlobalRegistryChanges.x86]
  64.  
  65.     AddReg=Product.Add.Reg.x86
  66.  
  67. [ProductInstall.GlobalRegistryChanges.Alpha]
  68.  
  69.     AddReg=Product.Add.Reg.Alpha
  70.  
  71. [ProductInstall.GlobalRegistryChanges.PPC]
  72.  
  73.     AddReg=Product.Add.Reg.PPC
  74.  
  75. [IBM-6070.Section]
  76.  
  77.     AddReg=IBM-6070.AddReg
  78.  
  79. [IISSection]
  80.  
  81.     CopyFiles=IIS.files
  82.     CopyFiles=IISAdmin.files
  83.     AddReg=IIS.AddReg
  84.  
  85. [IISSectionServer]
  86.  
  87.     CopyFiles=Server.IIS.Inf.files
  88.     AddReg=Server.IIS.AddReg
  89.  
  90. [IISSectionWorkstation]
  91.  
  92.     CopyFiles=Workstation.IIS.Inf.files
  93.     AddReg=Workstation.IIS.AddReg
  94.  
  95. [FPNWSection]
  96.  
  97.     CopyFiles=FPNW.files
  98.  
  99. [HTRSection]
  100.  
  101.     CopyFiles=HTR.files
  102.  
  103. [IESection]
  104.  
  105.     CopyFiles=IE.files
  106.  
  107. [HyperSection]
  108.  
  109.     CopyFiles=Hyper.files
  110.  
  111. [EudcSection]
  112.  
  113.     CopyFiles=Eudc.files
  114.  
  115. [Save.Reg.For.Uninstall]
  116.  
  117. [Save.Reg.For.Uninstall]
  118.  
  119.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%
  120.  
  121. [Product.Add.Reg]
  122.  
  123.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed",0x10001,1
  124.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Comments",0,%COMMENT%
  125.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Backup Dir",0,""
  126.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Fix Description",0,%COMMENT%
  127.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed By",0,""
  128.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed On",0,""
  129.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Valid",0x10001,1
  130.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Flags",0,""
  131.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New File",0,""
  132.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New Link Date",0,""
  133.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Old Link Date",0,""
  134.  
  135. [DestinationDirs]
  136.  
  137.     SystemRoot.files=10             ; %windir% (replace if exist)
  138.  
  139.     System32.files=11               ; %windir%\system32 (replace if exist)
  140.     CopyAlways.System32.files=11    ; %windir%\system32 (copy even if don't exist)
  141.     MustReplace.System32.files=11   ; %windir%\system32 (don't delay until reboot)
  142.     CheckSecurity.System32.files=11 ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  143.  
  144.     Drivers.files=12                ; %windir%\system32\drivers (don't delay until reboot)
  145.     CopyAlways.Drivers.files=12     ; %windir%\system32\drivers (copy even if don't exist)
  146.     CheckSecurity.Drivers.files=12  ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  147.  
  148.     Uniprocessor.Kernel.files=11    ; %windir%\system32 (don't delay until reboot)
  149.     Multiprocessor.Kernel.files=11  ; %windir%\system32 (don't delay until reboot)
  150.  
  151.     Hal.files.x86=11                ; %windir%\system32     (don't delay until reboot)
  152.     Hal.files.Alpha=54              ; osloader.exe location (don't delay until reboot)
  153.     Hal.files.PPC=54                ; osloader.exe location (don't delay until reboot)
  154.  
  155.     Osldr.files=54                  ; path to ntldr or osloader.exe (don't delay until reboot)
  156.  
  157.     Inf.files=17                    ; %windir%\inf      (replace if exist)
  158.     CopyAlways.Inf.files=17         ; %windir%\inf      (copy even if don't exist)
  159.     Server.Inf.Files=11             ; %windir%\system32 (replace if exist)
  160.     Workstation.Inf.Files=11        ; %windir%\system32 (replace if exist)
  161.  
  162.     Fonts.files=20                  ; %windir%\fonts    (replace if exist)
  163.     Spldrv.files=52,2               ; %windir%\system32\spool\drivers\<platform>\2
  164.  
  165.     IIS.files=65601                 ; destination determined at runtime
  166.     IISAdmin.files=65601,iisadmin   ; destination determined at runtime
  167.     FPNW.files=65602                ; destination determined at runtime
  168.     HTR.files=65603                 ; destination determined at runtime
  169.     IE.files=65604                  ; destination determined at runtime
  170.     Hyper.files=65605               ; destination determined at runtime
  171.     Eudc.files=65606                ; destination determined at runtime
  172.     Server.IIS.Inf.Files=65601      ; destination determined at runtime
  173.     Workstation.IIS.Inf.Files=65601 ; destination determined at runtime
  174.  
  175. [MustReplace.System32.files]
  176.  
  177. [CopyAlways.System32.files]
  178.  
  179. [CopyAlways.Drivers.files]
  180.  
  181. [CopyAlways.Inf.files]
  182.  
  183. [SystemRoot.files]
  184.  
  185. [System32.files]
  186.  
  187. [Drivers.files]
  188.     TCPIP.SYS
  189.  
  190. [Osldr.files]
  191.  
  192. [Inf.files]
  193.  
  194. [Spldrv.files]
  195.  
  196. [Fonts.files]
  197.  
  198. [Uniprocessor.Kernel.files]
  199.  
  200. [Multiprocessor.Kernel.files]
  201.  
  202. [IIS.files]
  203.  
  204. [FPNW.files]
  205.  
  206. [HTR.files]
  207.  
  208. [IE.files]
  209.  
  210. [Hyper.files]
  211.  
  212. [Eudc.files]
  213.  
  214. [IISAdmin.files]
  215.  
  216. [Server.IIS.Inf.Files]
  217.  
  218. [Server.Inf.files]
  219.  
  220. [Workstation.IIS.Inf.Files]
  221.  
  222. [Workstation.Inf.files]
  223.  
  224. [Check.For.128.Security]
  225.  
  226.     ; Although this section is structured as an "Install" section with
  227.     ; "CopyFiles" sections, it only causes these files to be checked, not
  228.     ; copied.  Any files in these sections must also be specified in the
  229.     ; appropriate "CopyFiles" sections of a real "Install" section to
  230.     ; cause them to be copied.
  231.  
  232.     CopyFiles = CheckSecurity.System32.files
  233.     CopyFiles = CheckSecurity.Drivers.files
  234.  
  235. [CheckSecurity.System32.files]
  236.  
  237. [CheckSecurity.Drivers.files]
  238.  
  239. [SourceDisksNames]
  240.  
  241.     1=%ServicePackSourceFiles%
  242.  
  243. [SourceDisksFiles]
  244.     TCPIP.SYS = 1
  245.  
  246. [SourceDisksFiles.x86]
  247.  
  248. [SourceDisksFiles.Alpha]
  249.  
  250. [Strings]
  251.  
  252.     LangTypeValue=9
  253.     ServicePackSourceFiles="Windows NT 4.0 Hotfix Source Files"
  254.     HOTFIX_NUMBER="Q154174"
  255.     COMMENT="This fix corrects ICMP attack"
  256.